Skip to content

Fix TypeError - check length of list#124

Open
krisgesling wants to merge 1 commit into21.02from
bugfix/issue-123
Open

Fix TypeError - check length of list#124
krisgesling wants to merge 1 commit into21.02from
bugfix/issue-123

Conversation

@krisgesling
Copy link
Contributor

Description

Fixes #123 - if using a custom news url the RSS checker was incorrectly comparing an integer to the list itself instead of the length of that list.

Type of PR

  • Bugfix
  • Feature implementation
  • Refactor of code (without functional changes)
  • Documentation improvements
  • Test improvements

Testing

Add a custom url to your Skill settings and see the Skill fail to load it.

CLA

  • Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't start the skill - TypeError: '>' not supported between instances of 'list' and 'int'

2 participants